@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
/* normalize */
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	font-family: Roboto, 'Nanum Gothic', sans-serif;
}
html,body {
	font-size:100%;
	min-height:100%;
	height:100%;
	position:relative;
	min-width:1104px;
	width:auto !important;
	width: 1104px;
}
a {
	color: #0a4b47;
	text-decoration:none;
}
ul, ol{
	margin-left:40px;
}
.container {
	width: 1074px;
	position:relative;
	margin-left:30px;
}
header:after, #body:after, .container:after, footer:after,footer:before{
	content:"";
	clear:both;
	display:block;
}
/* header css */
header{
	height:100px;
	position:relative;
	z-index:10;
	padding-bottom:20px;
	background-image: url('../img/header_bg.png');
	background-size: contain;
	background-repeat:repeat-x;
	color: whiteSmoke;
}
header .container {
	height:100%;
}
header .brand {
	position:absolute;
	bottom:0;
	left:0;
	height:100%;
}
header .brand img {
	height:100%;
}
header .gnb {
	position:absolute;
	bottom:10px;
	right:0;
}
header .gnb li {
	font-weight: 700;
	font-size: 1.1em;
	display:inline-block;
	padding:5px 18px;
}
header .gnb li:last-child {
	padding-right:0;
}
header .gnb .splitter {
	padding: 15px 2px;
	margin-bottom:-10px;
	background-image:url('../img/header_splitter.png');
	background-size:100% 100%;
}
header .login {
	position:absolute;
	top:0;
	right:0;
}
/* body css */
#body {
	position:relative;
	padding-top: 30px;
}
#body.extend {
	height:100% !important;
	min-height:100% !important;
	margin-top:-100px !important;
	padding-top:130px !important;
}
.extend {
	height:100% !important;
	min-height:100% !important;
}
.sidebar{
	width:240px;
	float:left;
}
.sidebar .bg {
	position:absolute;
	left:0;
	margin-left:-30px;
	margin-top:-40px;
	top:0;
	background-color:#E8EFD8;
	box-shadow: 10px 0 20px -10px #404041;
	width:270px;
	z-index:-1;
}
.nav.lnb {
	margin-bottom:250px;
}
.nav.lnb > li > a {
	font-weight:800;
	font-size:1.1em;
	color: #0a4b47;
	text-shadow: 2px 2px #FFF;
}
.nav.lnb li {
	padding-top: 10px;
}
.nav.lnb > li {
	padding-bottom:17px;
}
.lnb .active.highlight{
	background-image:url('../img/sidebar_selector.png');
	background-size: 100% 100%;
	color:whiteSmoke;
	width:120%;
	padding:5px 10px 5px 10px;
	margin-top: 10px;
	margin-left: -10px;
	z-index:1000;
}
.lnb > .active.highlight{
	background-image:url('../img/sidebar_effect.png');
	margin-bottom:10px;
}
.lnb > .active.highlight a{
	text-shadow:none;
	color: #FFF;
}
.nav .sub-lnb {
	font-weight:800;
	display:none;
	color:#404041;
}
.nav .sub-lnb.on {
	display:block;
}
.nav .sub-lnb ul li {
	color:#a0a0a0;
}
.content{
	width:834px;
	float:left;
	padding-left:60px;
	font-size:90%;
}
.breadcrumb {
	text-align:right;
	padding-bottom:2px;
	margin-bottom:20px;
	border-bottom:1px solid #e5e5e5;
}
.breadcrumb .divider {
	padding: 0 5px;
}
.breadcrumb a {
	color:inherit;
}
.breadcrumb ul {
	list-style:none;
	display:inline-block;
	margin:0;
}
.breadcrumb li {
	display:inline-block;
}
/* footer css */
footer:before {
	content="";
	background-image:url('../img/test01.jpg');
	display:block;
	clear:both;
	height:40px;
	margin-bottom:20px;
	background-repeat: repeat-x;
	border-bottom:1px solid #e5e5e5;
}
footer {
	position:relative;
	color: #000;
	padding:20px 0 !important;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom:20px;
}
footer .fnb {
	float:right;
}
footer .fnb > li{
	float:left;
	padding:0 5px;
}
/* nav css */
.nav {
	margin-left: 0;
	list-style:none;
}
.nav a {
	color:inherit;
}
.nav ul {
	margin-top: 5px;
	margin-left: 20px;
	list-style:none;
}
/* scroller css */
.scroller {
	position:fixed;
	bottom:10px;
	right:10px;
}
.scroller a {
	display:block;
	font-size: 30px;
}
/* clearfix */
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
/* snu logo */
.snu_logo{
	position:absolute;
	bottom:0;
	margin-left:-30px;
	width:270px;
	height:250px;
	background-image:url('../img/SNU_Logo1.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}
